home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1997 December / WPCDEC97.ISO / DXRS / HANWDEC.DXR / 00003_RESResources Frame.ls < prev    next >
Encoding:
Text File  |  1997-10-13  |  456 b   |  21 lines

  1. on exitFrame
  2.   global GTSTrySprite, IFLCanChange, browserID, IFLBrowsercounter, tmpACROobj, ACROPATH
  3.   if soundBusy(1) = 0 then
  4.     puppetSound(0)
  5.   end if
  6.   go(the frame)
  7.   if the mouseUp then
  8.     set IFLCanChange to 1
  9.   end if
  10.   HANICONSwitch()
  11.   HANQuitCD()
  12.   if browserID > 32 then
  13.     if IFLBrowsercounter = 2 then
  14.       HANCheckBrowser()
  15.     else
  16.       set IFLBrowsercounter to 1 + IFLBrowsercounter
  17.     end if
  18.   end if
  19.   IFLsectionWordAnimate()
  20. end
  21.